home *** CD-ROM | disk | FTP | other *** search
/ Eidos Line Up 2003-04 (Germany) / Eidos Line Up 2003-04 (Germany).bin / commandos3.swf / scripts / DefineButton2_340 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-08-06  |  558b  |  25 lines

  1. on(release){
  2.    _root.gewinnload = 0;
  3.    trace("_root.playrelease");
  4.    if(_root.playrelease == 1)
  5.    {
  6.       if(_root.soundactive == 1)
  7.       {
  8.          _root.soundhintergrund.start(0,999);
  9.          _root.playrelease = 0;
  10.          trace("_root.playrelease");
  11.       }
  12.    }
  13.    if(_root.fullscreenplay == 1)
  14.    {
  15.       if(_root.soundactive == 1)
  16.       {
  17.          _root.soundhintergrund.start(0,999);
  18.       }
  19.       _root.fullscreenplay = 0;
  20.       trace("_root.fullscreenplay");
  21.    }
  22.    _root.inhalt.trpl.gotoAndPlay("rtw");
  23.    play();
  24. }
  25.